Uses of Class
edu.uky.ai.lp.Result
| Package | Description |
|---|---|
| edu.uky.ai.lp |
Contains classes for representing, playing, and displaying a game of "Hunt the Wumpus".
|
| edu.uky.ai.lp.ai |
Contains classes for creating agents who play "Hunt the Wumpus".
|
-
Uses of Result in edu.uky.ai.lp
Fields in edu.uky.ai.lp declared as Result Modifier and Type Field Description static ResultResult. EATA special result indicating that the player was eaten by the wumpusstatic ResultResult. FALLA special result indicating that the player fell into a pitstatic ResultResult. GRABA special result indicating that the player picked up the goldstatic ResultResult. NOTHINGA special result indicating that the player's action has no effect on the game statestatic ResultResult. WINA special result indicating that the player won -
Uses of Result in edu.uky.ai.lp.ai